home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / fdancer_browndress.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  3.3 KB  |  128 lines

  1. SDEF
  2. // Female dancer for dancing in nightclub and adding babage to 
  3. // casino.
  4. //
  5. // Author: Boon
  6. //
  7.  
  8. // SINED SECTION
  9. //
  10. /*SINED Innocent_FDancer_BrownDress (1 .5 0) (0 0 0) (0 0 0)
  11. Female Dancer in a purple and orange dress which looks brown from a distance
  12. */
  13.  
  14. // --------------------------------------------------------------------------
  15. // FILE DECLARATIONS
  16. //
  17. // Model Commands
  18. path models/jessica
  19.  
  20. scale 1.3
  21.  
  22. // Base Model
  23. jessica_base.sbm
  24.  
  25. // Skins
  26. //normal    fdancer_03a.tga    //Red crop top
  27. //normal    fdancer_03ab.tga    //Blue crop top with purple spots
  28. //normal    fdancer_03ac.tga    //Green and purple swirly crop top
  29. //normal    fdancer_03ad.tga    //Blue and pink swirly crop top
  30. //normal    fdancer_03ae.tga    //Purple and red swirly crop top
  31. //normal    fdancer_03b.tga    //Purple dress
  32. //normal    fdancer_03c.tga    //Green and blue crocodile skin sort of dress
  33. //normal    fdancer_03d.tga    //Blue dress with green spots
  34. normal    fdancer_03e.tga    //Purple and orange swirly dress
  35. //normal    fdancer_03f.tga    //Green and pink splotchy dress
  36. //normal    fdancer_03g.tga    //Blue and purple splotchy dress
  37. //normal    fdancer_03h.tga    //Blue and yellow stripey dress
  38. //normal    fdancer_03i.tga    //Black, with pink and yellow dress
  39. //normal    fdancer_03j.tga    //with blue and purple dress
  40. //normal    fdancer_03k.tga    //with green and yellow dress
  41.  
  42. //damage    fdancer_damage_03a.tga
  43. //damage    fdancer_damage_03ab.tga
  44. //damage    fdancer_damage_03ac.tga
  45. //damage    fdancer_damage_03ad.tga
  46. //damage    fdancer_damage_03ae.tga
  47. //damage    fdancer_damage_03b.tga
  48. //damage    fdancer_damage_03c.tga
  49. //damage    fdancer_damage_03d.tga
  50. damage    fdancer_damage_03e.tga
  51. //damage    fdancer_damage_03f.tga
  52. //damage    fdancer_damage_03g.tga
  53. //damage    fdancer_damage_03h.tga
  54. //damage    fdancer_damage_03i.tga
  55. //damage    fdancer_damage_03j.tga
  56. //damage    fdancer_damage_03k.tga
  57.  
  58. // Normal Animations
  59. idle1        twostep_a.sam //girls only
  60. twitch1    twostep_b.sam
  61. idle2        twostep_c.sam
  62. walk        walk.sam
  63. death        death.sam
  64. run1        flee_a.sam
  65. //run2        flee_b.sam
  66. //run3        flee_c.sam
  67. //run4        flee_d.sam
  68. pain        cower.sam
  69.  
  70. // Optional Animations
  71. scream.sam
  72. cower.sam
  73. dance4    twostep_d.sam //boys only
  74.  
  75. // Scripted Animations
  76. chair_a.sam
  77. chair_b.sam
  78. chair_c.sam
  79.  
  80. // Id And Group Definitions
  81. id 10 group head flesh
  82. group head damage 2.0
  83. id 20 group torso_front flesh
  84. id 100 group torso_front flesh
  85. group torso_front damage 1.2
  86. id 22 group torso_back flesh
  87. id 101 group torso_back flesh
  88. group torso_back damage 1
  89. id 30 group leg_left flesh
  90. group leg_left damage 0.4
  91. id 40 group leg_right flesh
  92. group leg_right damage 0.4
  93. id 50 group arm_left flesh
  94. group arm_left damage 0.7
  95. id 60 group arm_right  flesh
  96. group arm_right damage 1
  97.  
  98.  
  99. // -----------------------------------------------------------------------------
  100. // INITIALIZATION SECTION
  101. //
  102. !init:
  103. //
  104. // SERVER Initialization Commands
  105. //
  106. // Class Setup
  107. server classname actor
  108. server script global/neutral.scr
  109. server setsize "-16 -16 0" "16 16 80"
  110. server crouchsize "-16 -16 0" "16 16 64"
  111. server health 30
  112. server painthreshold 1
  113.  
  114. // Sound Aliases
  115.  
  116. //
  117. // CLIENT Initialization Commands
  118. //
  119. // Sound Aliases
  120.  
  121. // -----------------------------------------------------------------------------
  122. // MAIN SECTION
  123. //
  124. !main:
  125.  
  126. // Special Commands
  127. server crouch_down last nextanim crouch_idle
  128.